home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / LART.Dxr / 00329.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  502 b   |  29 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(3) then
  6.       cursor(280)
  7.     else
  8.       if rollOver(4) then
  9.         cursor(280)
  10.       else
  11.         if rollOver(5) then
  12.           cursor(280)
  13.         else
  14.           if rollOver(6) then
  15.             cursor(280)
  16.           else
  17.             if rollOver(7) then
  18.               cursor(280)
  19.             else
  20.               cursor(-1)
  21.             end if
  22.           end if
  23.         end if
  24.       end if
  25.     end if
  26.   end if
  27.   go(the frame)
  28. end
  29.